home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
comm
/
irc
/
cybershiela.lha
/
cs
/
csc_8ball.amirx
< prev
next >
Wrap
Text File
|
1999-07-07
|
2KB
|
45 lines
/* shiela 8ball */
Options Results
signal on syntax
nick=getclip('NICK')
az=random(1,38,time('s'))
if az=1 then kv="yes."
if az=2 then kv="no."
if az=3 then kv="who am I to know?"
if az=4 then kv="8ball is busy...go away."
if az=5 then kv="conditions look favorable."
if az=6 then kv="is the grass green?"
if az=7 then kv="is the ocean pink?"
if az=8 then kv="affirmative."
if az=9 then kv="negative."
if az=10 then kv="not in a million years."
if az=11 then kv="never."
if az=12 then kv="all these stupid questions are making me feel claustrophobic."
if az=13 then kv="ask someone else, I'm on break for the next few minutes."
if az=14 then kv="maybe."
if az=15 then kv="I really don't know."
if az=16 then kv="that's a really dumb question."
if az=17 then kv="I think so."
if az=18 then kv="I don't think so."
if az=19 then kv="you will be happy when you find the answer to that question."
if az=20 then kv="you will not like the answer to that question."
if az=21 then kv="ummm...no."
if az=22 then kv="ummm...maybe."
if az=23 then kv="ummm...Yes."
if az=24 then kv="Yes!!! The Answer is YES!!!!"
if az=25 then kv="NO!! NOW GO AWAY!!"
if az=26 then kv="probably."
if az=27 then kv="it's unlikely."
if az=28 then kv="my programming tells me to say YES."
if az=29 then kv="my programming tells me to say NO."
if az=30 then kv="How the HELL should I know?!?!?"
if az=31 then kv="when you find out, let me know."
if az=32 then kv="do you really expect me to answer that?"
if az=33 then kv="I'd like to know the answer to that one too."
if az=34 then kv="I'm not too sure...Answer hazy..try again later."
if az=35 then kv="could you ask that again?"
if az=36 then kv="what difference would an answer to that make in your life?"
if az=37 then kv="is the pope catholic?"if az>=38 then kv="does a bear shit in the woods?"
'say 5'nick' 68-BALL says: 'kv
exit